На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
gray">общая лексика
код Грея, циклический двоичный код
двоичный код, последовательные элементы которого различаются ровно в одном разряде (000, 001, 011, 111, 101, 100, 110, 010)
код Грея
gray">Смотрите также
gray">вычислительная техника
рефлексный двоичный код
gray">['grei'weil]
gray">общая лексика
серый gray">[калифорнийский] кит gray">(Eschrichtius gibbosus)
серые киты gray">(Eschrichtiidae)
gray">зоология
серый кит (gray">Rhachianectes glaucus)
серый кит gray">(Rhachianectes glaucus)
gray">общая лексика
серая ночница gray">(Myotis grisescens)
The reflected binary code (RBC), also known as reflected binary (RB) or Gray code after Frank Gray, is an ordering of the binary numeral system such that two successive values differ in only one bit (binary digit).
For example, the representation of the decimal value "1" in binary would normally be "001" and "2" would be "010". In Gray code, these values are represented as "001" and "011". That way, incrementing a value from 1 to 2 requires only one bit to change, instead of two.
Gray codes are widely used to prevent spurious output from electromechanical switches and to facilitate error correction in digital communications such as digital terrestrial television and some cable TV systems.